PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DProjection Class / getFarClippingDistance Method
In This Topic
    getFarClippingDistance Method
    In This Topic
    Gets the far clipping distance. The value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR.
    Syntax
    public double getFarClippingDistance()

    Return Value

    The far clipping distance, expressed in the camera coordinate system.
    See Also